home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Hyper / S-Sh / Shell Stack 3.0.cpt / Shell Stack 3.0 / Shell Stack 3.0 / card_3802.txt < prev    next >
Encoding:
Text File  |  1987-12-20  |  2.5 KB  |  116 lines

  1. -- card: 3802 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2799
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=160 top=157 right=212 bottom=333
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 26884 / 26884
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Import PICT
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put the userLevel into saveLevel
  23.   if the userLevel < 3 then set userLevel to 3 -- "Painting"
  24.   if the userLevel < 3 then exit mouseUp
  25.  
  26.   ImportPict
  27.  
  28.   set userLevel to saveLevel
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 2 (field)
  34. -- low flags: 01
  35. -- high flags: 0000
  36. -- rect: left=23 top=117 right=151 bottom=475
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 2
  41. -- text size: 24
  42. -- style flags: 0
  43. -- line height: 32
  44. -- part name: Card Name (5)
  45.  
  46.  
  47. -- part 3 (field)
  48. -- low flags: 01
  49. -- high flags: 0000
  50. -- rect: left=23 top=213 right=294 bottom=475
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 4
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Job Info
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: A000
  64. -- rect: left=201 top=77 right=122 bottom=293
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 15972 / 15972
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Open Scrapbook
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   doMenu Scrapbook
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part contents for background part 45
  81. ----- text -----
  82. Total Cards:
  83.  
  84. -- part contents for background part 3
  85. ----- text -----
  86. 7:28 PM
  87.  
  88. -- part contents for background part 2
  89. ----- text -----
  90. Saturday, December 19, 1987
  91.  
  92. -- part contents for background part 1
  93. ----- text -----
  94. Card:
  95.  
  96. -- part contents for background part 5
  97. ----- text -----
  98. 5
  99.  
  100. -- part contents for background part 43
  101. ----- text -----
  102. 8
  103.  
  104. -- part contents for background part 42
  105. ----- text -----
  106. Typing
  107.  
  108. -- part contents for card part 2
  109. ----- text -----
  110. PICT Importer..
  111.  
  112. -- part contents for card part 3
  113. ----- text -----
  114.   This card will import a PICT type picture from any other file or application. It will add a new card and "Paint" the PICT onto the new card. An example of this is the Scrapbook file (A special button is included to open that) This is also helpfull if you want to copy some PICTs from your favorite applications.
  115.  
  116.